home *** CD-ROM | disk | FTP | other *** search
- *** ns_req.c.orig Mon Aug 21 22:01:46 1995
- --- ns_req.c Mon Aug 28 11:13:36 1995
- ***************
- *** 703,710 ****
- --- 703,712 ----
- "req: foundname=%d, count=%d, founddata=%d, cname=%d\n",
- foundname, count, founddata, cname));
-
- + #if !defined(SETTRANSFER) || defined(ROUND_ROBIN)
- if ((lp = local(from)) != NULL)
- sort_response(answers, count, lp, *cpp);
- + #endif /* !SETTRANSFER || ROUND_ROBIN */
- #ifdef BIND_NOTIFY
- if (type == T_SOA &&
- from->sin_port == ns_port &&
-